Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group with 2 updates #288

Merged
merged 2 commits into from
May 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the dependencies group with 2 updates: next and @biomejs/biome.

Updates next from 14.3.0-canary.38 to 14.3.0-canary.42

Release notes

Sourced from next's releases.

v14.3.0-canary.42

Core Changes

  • Pages router: Use attribute-based head children reconciler when strictNextHead is enabled: #65408
  • Revert "Implement Turbopack trace server bindings": #65419

Misc Changes

  • Update Turbopack development test manifest: #65404

Credits

Huge thanks to @​eps1lon and @​ijjk for helping!

v14.3.0-canary.40

Misc Changes

  • Remove duplicate code example in authentication page: #65354

Credits

Huge thanks to @​rezamauliadi for helping!

v14.3.0-canary.39

Core Changes

Credits

Huge thanks to @​timneutkens for helping!

Commits
  • e5b1d50 v14.3.0-canary.42
  • aa51bed Revert "Implement Turbopack trace server bindings" (#65419)
  • 89d2abd Pages router: Use attribute-based head children reconciler when `strictNextHe...
  • ddc507f Update Turbopack development test manifest (#65404)
  • b6d07bf v14.3.0-canary.41
  • b85210d Implement Turbopack trace server bindings (#65410)
  • c56d69d use correct not-found component when triggered from a parallel route (#65343)
  • cf0cec1 chore(test): add more tests for image optimizer formats (#65363)
  • 581fb0c Improve Head > script coverage (#65399)
  • 7cfe6fd Support interrupts and focus in react-profiling-mode test (#65200)
  • Additional commits viewable in compare view

Updates @biomejs/biome from 1.7.2 to 1.7.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.3

CLI

Bug fixes

Linter

New features

Bug fixes

  • noBlankTarget no longer hangs when applying a code fix (#2675).

    Previously, the following code made Biome hangs when applying a code fix.

    <a href="https://example.com" rel="" target="_blank"></a>

    Contributed by @​Conaclos

  • noRedeclare no longer panics on conditional type (#2659).

    This is a regression introduced by #2394. This regression makes noRedeclare panics on every conditional types with infer bindings.

    Contributed by @​Conaclos

  • noUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).

    The rules now ignore reactive Svelte blocks in Svelte components.

    <script>
    $: { /* reactive block */ }
    </script>

    Contributed by @​Conaclos

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.3 (2024-05-06)

CLI

Bug fixes

Linter

New features

Bug fixes

  • noBlankTarget no longer hangs when applying a code fix (#2675).

    Previously, the following code made Biome hangs when applying a code fix.

    <a href="https://example.com" rel="" target="_blank"></a>

    Contributed by @​Conaclos

  • noRedeclare no longer panics on conditional type (#2659).

    This is a regression introduced by #2394. This regression makes noRedeclare panics on every conditional types with infer bindings.

    Contributed by @​Conaclos

  • noUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).

    The rules now ignore reactive Svelte blocks in Svelte components.

    <script>
    $: { /* reactive block */ }
    </script>

... (truncated)

Commits
  • b9f90b7 release: v1.7.3 (#2722)
  • cb0182e feat(linter): implement NoUnmatchableAnbSelector (#2706)
  • f77ab54 feat(linter): implement useExplicitLengthCheck (#2631)
  • afa5004 feat(biome_css_analyzer): noUnknownSelectorPseudoElement (#2655)
  • 150dd0e feat(biome_css_analyzer): implement noDuplicateAtImportRules (#2658)
  • 773a735 fix(linter): fix typo in rule name. useConsistentBuiltinInstatiation to `us...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [next](https://github.com/vercel/next.js) and [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `next` from 14.3.0-canary.38 to 14.3.0-canary.42
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.3.0-canary.38...v14.3.0-canary.42)

Updates `@biomejs/biome` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added javascript Pull requests that update Javascript code 📦dependencies Pull requests that update a dependency file labels May 6, 2024
Copy link

vercel bot commented May 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
homepage ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 7:17pm

Copy link

github-actions bot commented May 6, 2024

Overview

Image reference ghcr.io/openup-labtakizawa/homepage:canary ghcr.io/openup-labtakizawa/homepage:pr-288
- digest 9877458ffc2b 4e0d8cf206d4
- provenance 2924f26 2924f26
- vulnerabilities critical: 0 high: 0 medium: 0 low: 0 critical: 0 high: 0 medium: 0 low: 0
- platform linux/amd64 linux/amd64
- size 90 MB 93 MB (+2.7 MB)
- packages 48 48
Base Image distroless/static:nonroot distroless/static:nonroot
- vulnerabilities critical: 0 high: 0 medium: 0 low: 0 critical: 0 high: 0 medium: 0 low: 0
Labels (2 changes)
  • ± 2 changed
  • 6 unchanged
-org.opencontainers.image.created=2024-05-04T02:06:12.765Z
+org.opencontainers.image.created=2024-05-06T19:16:25.655Z
 org.opencontainers.image.description=OpenUp LabTakizawa's official homepage🏡
 org.opencontainers.image.licenses=Apache-2.0
 org.opencontainers.image.revision=2924f266f6bbe20cb7f140b924e8fe32d1776ba7
 org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/homepage
 org.opencontainers.image.title=homepage
 org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/homepage
-org.opencontainers.image.version=canary
+org.opencontainers.image.version=pr-288
Packages and Vulnerabilities (2 package changes and 0 vulnerability changes)
  • ♾️ 2 packages changed
  • 46 packages unchanged
Changes for packages of type deb (2 changes)
Package Version
ghcr.io/openup-labtakizawa/homepage:canary
Version
ghcr.io/openup-labtakizawa/homepage:pr-288
♾️ glibc 2.36-9+deb12u6 2.36-9+deb12u7
♾️ libc6 2.36-9+deb12u6 2.36-9+deb12u7

Copy link
Member

@Marukome0743 Marukome0743 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AnimeApproveGIF

@Marukome0743 Marukome0743 merged commit 9420e04 into main May 7, 2024
14 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/npm_and_yarn/dependencies-4bc13e71d9 branch May 7, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants